public void AddToSearchDB( StorableObject[] storableObjects )
public: void AddToSearchDB( array<StorableObject^>^ storableObjects )
Parameters
- storableObjects
- Objects to add.
public void AddToSearchDB( StorableObject[] storableObjects )
public: void AddToSearchDB( array<StorableObject^>^ storableObjects )
Exception | Description |
---|---|
ArgumentNullException | Thrown if null was passed as an argument. |
ArgumentException | Thrown in case of invalid arguments (storableObject is not valid). |
ApplicationException | \Internal interface for search could not be created. |
BaseException | The method finished with errors. |